Q3File_GetStorage
You can use theQ3File_GetStorage
function to get the current storage object for a file object.
TQ3Status Q3File_GetStorage ( TQ3FileObject file, TQ3StorageObject *storage);
file
- A file object.
storage
- On exit, the storage object currently attached to the specified file object.
DESCRIPTION
TheQ3File_GetStorage
function returns, in thestorage
parameter, the storage object currently attached to the file object specified by thefile
parameter.ERRORS
kQ3ErrorInvalidObject
kQ3ErrorNULLParameter